LeNetClassic

open class LeNetClassic

This example demonstrates the ability to define and train LeNet-5 model in Java.

Functions

main
Link copied to clipboard
open fun main(args: Array<String>)

Properties

EPOCHS
Link copied to clipboard
val EPOCHS: Integer
IMAGE_SIZE
Link copied to clipboard
val IMAGE_SIZE: Long
NUM_CHANNELS
Link copied to clipboard
val NUM_CHANNELS: Long
SEED
Link copied to clipboard
val SEED: Long
TEST_BATCH_SIZE
Link copied to clipboard
val TEST_BATCH_SIZE: Integer
TRAINING_BATCH_SIZE
Link copied to clipboard
val TRAINING_BATCH_SIZE: Integer